PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFSampleFunction Class / setDecode Method
An array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.
In This Topic
    setDecode Method
    In This Topic
    Sets the function's decoding array.
    Syntax
    public void setDecode( 
       double[] value
    )

    Parameters

    value
    An array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.
    See Also